Skip to content

Fixes auto name bug, adds clearer error for missing custom file or function name and update to dev12#199

Merged
StephenNneji merged 3 commits intoRascalSoftware:mainfrom
StephenNneji:fix_auto_num
Feb 19, 2026
Merged

Fixes auto name bug, adds clearer error for missing custom file or function name and update to dev12#199
StephenNneji merged 3 commits intoRascalSoftware:mainfrom
StephenNneji:fix_auto_num

Conversation

@StephenNneji
Copy link
Contributor

@StephenNneji StephenNneji commented Feb 16, 2026

Unique names can be broken by doing the following. This PR fixes the issue

  p = RAT.Project()
  p.parameters.append(name="New Parameter 1")
  p.parameters.append()
  print(p.parameters)

Copy link
Collaborator

@DrPaulSharp DrPaulSharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good.

@StephenNneji StephenNneji changed the title Fixes auto name bug and adds clearer error for missing custom file or function name Fixes auto name bug, adds clearer error for missing custom file or function name and update to dev12 Feb 19, 2026
@StephenNneji StephenNneji merged commit 3d12df4 into RascalSoftware:main Feb 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments